home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000050_news@newsmaster….columbia.edu _Thu Jul 10 09:24:26 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA25546
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 10 Jul 1997 09:24:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA14863
  7.     for kermit.misc@watsun; Thu, 10 Jul 1997 09:24:25 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MB3 rings bell??
  12. Date: 10 Jul 1997 13:24:24 GMT
  13. Organization: Columbia University
  14. Lines: 29
  15. Message-ID: <5q2nq8$ju0$1@apakabar.cc.columbia.edu>
  16. References: <5q2go2$5cf@news2.ic.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7307
  19.  
  20. In article <5q2go2$5cf@news2.ic.net>, Michael Kairys <kairys@mi.sl.com> wrote:
  21. : Kermit 95 1.1.13 on Windows NT 4.0:
  22. : I want to set MB3 click to \Kpaste, because I run a program that makes
  23. : MB2-click be seen as
  24. : MB1-double-click. Okay, no problem, in my k95custom.ini I put "set mouse
  25. : button 3 none click \Kpaste". And it works, except that it rings the
  26. : terminal bell at the same time as doing the paste!. 
  27. : The same thing happens if I do the set command interactively at the Kermit
  28. : prompt.
  29. : How can I make this not happen?
  30.  
  31. This sounds like it may be one of two things:
  32.  
  33. (1) a bug
  34.  
  35. (2) your mouse driver sends more than just a mouse click event for Button 3. 
  36.  
  37. The thing to do is create a debug.log file using LOG DEBUG, CLOSE DEBUG 
  38. to demonstrate the problem and send it to kermit-support@columbia.edu 
  39. for analysis.
  40.  
  41.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  42.                  The Kermit Project * Columbia University
  43.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  44.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu